home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #2 / Amiga Plus CD - 1999 - No. 2.iso / System-Boost / Emulatoren / warpsnes / CHANGES next >
Text File  |  1998-11-08  |  40KB  |  709 lines

  1. 1.10
  2. - Finished NetPlay v1 - allows up to five networked machines to play 
  3.   multi-player SNES games, one player on each machine.
  4. - Switchable full-screen mode added to Linux X11 port, some code and ideas
  5.   nicked from Maciej Babinski's original Snes9x XFree86 DGA Linux port, the
  6.   UAE Amiga emulator, plus lots of my own code.
  7. 1.08
  8. - Increased maximum ROM image size that can be loaded from 32Mbit to 48Mbit.
  9. 1.07
  10. - More DSP1 work. Mario Kart is now playable! The character projection code
  11.   is still broken so the opponents and obstacles aren't positioned correctly
  12.   on screen and you keep bumping into them, but I can still come first!
  13. - Started work on NetPlay support.
  14. - Decreased sound card DMA buffer size on DOS port to improve sound generation
  15.   and sound CPU synchroniastion in some games.
  16. - Included Linux joystick driver patches from Vojtech Pavlik so port can use
  17.   the new v1.x joystick drivers.
  18. 1.06
  19. - Extended code to allow support for multiple 16-bit screen formats,
  20.   switchable at run-time, rather just supporting one, selectable at compile
  21.   time.
  22. - Added XFree86 DGA Linux port - code from Maciej Babinski.
  23. - More fixes to the X11 image format conversion and setup code.
  24. - The asm SetByte routine wasn't wrapping writes to S-RAM correctly, allowing
  25.   some ROMs to think they were running on a copier and put up an error
  26.   screen. Thanks to Nu of #rom for the report.
  27. - Added 'TV-Mode' support (interpolation and scan-lines) to the DOS and
  28.   UNIX ports from code based on John Stiles work.
  29. - Added v-sync option to the DOS port.
  30. - Added fix to Pro Action Reply support, thanks to Paul Shoener III.
  31. - Added ggi support (untested) to Linux port using patches from
  32.   Alexander Larsson (alla@lysator.liu.se).
  33. - Added 16 to 24/32 bit image conversion routines to the UNIX X11 code.
  34. - The SPC700 OR1 instruction was broken. Thanks to Pyrgopolinices for the
  35.   report.
  36. - DOS port was having trouble splitting and joining path names - caused
  37.   problems when specifying the full path name of a ROM when the ROM image
  38.   was on another drive.
  39. - If a ROM reset the sound DSP and then turned on echo effects but kept
  40.   the same echo delay setting, then the echo effects could not be heard.
  41.   Thanks to madec@mclink.it for the bug report and freeze file that made it
  42.   easy to find the problem.
  43. - MS-DOS port was always using stereo sound setting, if sound card
  44.   supported it, regardless of the user preference.
  45. - Linux port X11 port could crash if window was resized while transparency
  46.   effects were enabled.
  47. - The colour subtraction accelerator look-up table was slightly wrong, causing
  48.   one bit of red, green blue values to 'spill' into the next field.
  49. - Allowed colour window to cut a hole in the main-screen and show the sub-
  50.   screen underneath. The effect is used by Illusion of Gaia.
  51. - Added support for colour subtraction, with the halve-the-result flag
  52.   set.
  53. - Included DSP1 code from _Demo_. Now you can see the track in Mario Kart and
  54.   the ground in Pilot Wings - still can't play the games though due to other
  55.   missing commands.
  56. - Added an NMI hack to work around a code bug in Battle Toads: BATTLEMANIACS,
  57.   its only by chance that the game works on a real SNES - And disabled it
  58.   again because it causes problems for Chrono Trigger.
  59. - A frame skip of zero was actually still skipping one frame. Thanks to
  60.   Marius Fodor for the info.
  61. - And yet more X-OR window bug fixes - now the effects during some of the more
  62.   'posh' spells look correct in Chrono Trigger.
  63. - Yet another window area inversion bug - off by one pixel on right-hand edge.
  64. - Forgot to put dummy start and end points for XOR window combination modes -
  65.   now Uniracers looks correct and Sailor Moon looks like it does on a real 
  66.   SNES.
  67. - Window clip code was using wrong index into a 2-dimensional array when
  68.   the whole of the main or sub-screens were clipped.
  69. 1.05
  70. - The master volume disable code was looking that the wrong variable!
  71. - Fixed crash bug in newer sound code if a ROM tried to start a sample
  72.   playing who's data went past the end of SPC700 memory. (Cannon Fodder)
  73. 1.04
  74. - Fixed DSP1 ROM header detection bug.
  75. - More DSP1 work; still nothing works, although I know the multiply command
  76.   is correct because I've compared the results against a real DSP1.
  77. 1.03
  78. - Oops, the multi-player 5 disable code change broke the multi-player 5 being
  79.   the default controller.
  80. - Implemented the colour window on the main screen - now Zelda's oval zoom
  81.   window displays correctly and Krusty's Super Fun House clips the left-most
  82.   8 pixels as it does on the real SNES.
  83. - TERRANIGMA didn't like me returning a random value when it attempted to 
  84.   read a channel's current sample byte.
  85. - Hacked in initial support for mode 7 priority-per-pixel - the priority bit
  86.   doesn't actually change the priority of the pixel but the two games that I
  87.   know of that use the feature look OK. (Winter Extreme Skiing and the
  88.   intro of Tiny Toons Adventures).
  89. - Colour addition/subtraction code now uses RGB565 rather than RGB555
  90.   calculations - helps a little with the loss of the bottom bit of SNES
  91.   colour data.
  92. - DSP1 emulation started - nothing works yet.
  93. 1.02
  94. - Switched to adding back drop colour rather than fixed colour when
  95.   sub-screen addition is enabled but there's nothing on the sub-screen.
  96.   Uniracers seems to need it. - DISABLED it again. Causes problems for
  97.   other ROMs and Uniracers itself on later screens.
  98. - Fixed XOR window logic combination mode and area inversion code, now
  99.   Uniracers works correctly.
  100. - Oops, if colour window and half colour addition/subtraction were both
  101.   switched on, area outside colour window was still being halved, it shouldn't.
  102.   Hacky fix at the moment until I implement the correct fix.
  103. - Fixed several bugs with the mosaic effect and 16x16 tiles and a few
  104.   possible background scroll offset bugs and the mosaic effect.
  105. - Optimised the sound sample generation code for cases when the SNES
  106.   sample playback frequency was higher than the sound card playback rate.
  107. - Fixed possible click sound when a sample was first started to be played.
  108. 1.01
  109. - Corrected scanline count for PAL games - should be 312 lines verses 262 for
  110.   NTSC. Was causing slow music on PAL games.
  111. - Added error correction code to the SPC700 timer update code - the
  112.   SPC700 timers are updated using the emulated h-blank handler which is
  113.   called every emulated 63.6 microseconds (15.720KHz) but the SPC700 timers
  114.   need to be updated at multiples of 8KHz, hence the error. Was causing
  115.   music to be played slightly too fast.
  116. - Switched back to using C SPC700 code - the old SPC700 asm code was lacking
  117.   several optimisations that the C version had. It also had multiple
  118.   speed hack cycle skipping bugs. Plus I hadn't even finished optimising
  119.   all the code from the last time I converted the C compiler output.
  120. - Optimised SPC700 memory access routines a little.
  121. - Disabled code that prevented ROMs updating SPC700 timer values while the
  122.   timer was running - it seems like it is allowed, even though docs on the
  123.   'net I've seen say its not.
  124. 1.0
  125. - Fixed SuperScope support.
  126. - Added hi-res. option to my DOS port.
  127. - Fixed 4, 6, and 8 button standard PC joystick support.
  128. - Changed some types the source code was using BYTE -> uint8, WORD -> uint16,
  129.   DWORD -> uint32 and BOOL -> bool8, types were clashing Windows typedefs
  130.   but sizes didn't always match.
  131. 0.99
  132. - 8-bit double height and/or width tile rendering was missing every other
  133.   group of 4 pixels - screen pointer advance count was wrong.
  134. - Asm SPC700 emulation was ignoring the Shutdown flag - the result is its
  135.   not possible to turn off cycle skipping for the SPC700 emulation.
  136. 0.98
  137. - CPU to ROM address decoding code rewritten - used by Game Genie cheat codes,
  138.   orginal code might have been the cause of some Game Genie codes not working.
  139. - Started to remove printf calls and replace them with calls to S9xMessage,
  140.   port code can then dicide what to do with message.
  141. 0.97
  142. - Re-enabled decompressed sample caching, still has a possible click problem
  143.   but the sound code is a lot faster with it enabled. Added command line option
  144.   to disable it if required.
  145. - Added '7' key support to rotate through available controller options, in
  146.   the order multi-player5, mouse on #1, mouse on #2, superscope,
  147.   standard controller and then back to multi-player5.
  148. - Hi-res. (512x448) support fixed.
  149. - Mouse support completed - Lemmings 2 and Mario Paint working a treat.
  150. - More colour window fixes.
  151. - Fixed freeze game problem when ZSNES SuperFX code is being used -
  152.   ZSNES 'FX state was not being saved and restored.
  153. - ZSNES SuperFX asm emulation code plugged in to Snes9x.
  154. 0.96
  155. - Looks like if the colour window is not enabled at all and the colour
  156.   window selector is defined to only allow colour effects inside the colour
  157.   window, then no effects should be visible.
  158. - Offset-per-tile rendering code didn't support width 64 screen size, which
  159.   Chrono Trigger used on its title screen.
  160. - Contra 3 seems to prove that defining the clip window area to be 'outside'
  161.   a window that covers the whole screen is not an area with no range.
  162.   - No it doesn't. It proves that I shouldn't have initialised the right
  163.     window edges to 255! Contra 3 enables clipping windows without first
  164.     defining their range.
  165. - Debug frame advance feature was being prevented from forcing the next
  166.   frame to be rendered by SyncSpeed which was being called after the
  167.   debugger returned to the main loop.
  168. - H-DMA code was allowing ROMs to manually start H-DMA during the v-blank
  169.   period, ROMs shouldn't be allowed to do this.
  170. - Asm code would not push the correct CPU status onto the emulated stack if
  171.   returning from an NMI immediately triggered an IRQ - fixes Mortal Kombat 1
  172.   and War of the Gems.
  173. - 'd' dump memory debug command was not preserving the CYCLES count.
  174. - C versions of SNES memory access code had same problem as asm code on the DOS
  175.   port except it didn't cause a crash just ROMs failed to work correctly.
  176. - Asm i386 code was using signed compares to check for special case memory
  177.   areas - it was causing crash problems on the DOS port which was sometimes
  178.   returning valid address values with the top bit set - i.e. they seemed
  179.   like negative values!
  180. - Changed event reschedule code to always allow h-blank start events, used to
  181.   disable them during v-blank period.
  182. - Added code to HDMA when end of visible lines reached.
  183. - Changed register 4212 code not to always return h-blank when in v-blank.
  184. - Clipping fixed colour addition to background area was off by one pixel on
  185.   the right-hand edge.
  186. - HDMA: Finially worked out how the real SNES operates when ROMs manual
  187.   start H-DMA during the frame - ROMs must set up the H-DMA line count
  188.   and address values before H-DMA is started.
  189. - Fixed the asm code to remove all hard-wired structure offsets - one offset
  190.   into the IPPU structure was wrong in the code because the structure had
  191.   changed size.
  192. - Added colour window support and allowed graphic window settings to be
  193.   different on the main screen and sub screen, just like a real SNES.
  194. - SuperFX LJMP instruction had bank and address values swapped.
  195. - Fixed possible memory overwrite problem because OBJList array was one
  196.   element too short.
  197. - Added AND multi-graphic window combo support.
  198. - ROM image memory allocation allocates an extra 32K of RAM, then moves the
  199.   pointer forward by that amount - stops the SuperFX emulation from accessing
  200.   unallocated memory, possibly causing a crash.
  201. - SuperFX emulation now stores sign and zero flags in separate variables so
  202.   the MERGE instruction can set flags correctly.
  203. - Added 65c816 instruction skipping to i386 asm code when 65c816 waiting in
  204.   a simple loop for some 'event' to happen e.g. end of frame NMI.
  205. - Finally fixed the APU instruction skipping problem with the i386 asm
  206.   code when the WAI instruction is used - caused slow music on some ROMs.
  207. - Offset-per-tile modes don't seem to support screen size - Mario All Stars
  208.   Super Mario 2 requires this on title screen. Doesn't seem to effect
  209.   Tetris Attack or Puzzle Bobble.
  210. - Changed SNES select and start keys from shift and control to space and
  211.   enter - allows shift-fn key to save game positions without the SNES ROM
  212.   also getting a select joypad button press.
  213. - Multiplayer5 support for controllers 3+ was broken for ROMs that used
  214.   automatic hardware joypad reading rather than reading joypads serially.
  215. - ResetPPU was not clearing tile caches and marking OBJ as need recomputing.
  216. - Cached OBJ positions and sizes were not being recomputed if ROM changed
  217.   global OBJ sizes during frame.
  218. - Fixed brightness multiplication problem on 16-bit code for green.
  219. - SPC700 emulation now uses one variable to store ZERO and NEGATIVE flags.
  220. - SPC700 emulation now only increments PC once at end of instruction.
  221. - New ROM type and interleaved detection code.
  222. - Reading sound DSP register ENDX also clears the value. The docs on the
  223.   'net said that only writing to the register cleared its value. Fixes
  224.   sound in Zoop.
  225. - Fixed mode 4 colour palette problem on background #2 in tile-based graphics
  226.   code.
  227. - Fixed graphics mode 4, offset-per-tile support. Only one set of offset data
  228.   that is switchable between horizontal and vertical, unlike modes 2 and 6
  229.   which allow separate horizontal and vertical offsets per tile.
  230. - Modified the APU timer code again, if the timer is enabled, a write to the
  231.   timer target register is only allowed if a value hasn't been written yet.
  232.   Fixed Donkey Kong Country 1 and Earth Worm Jim 1 & 2.
  233. - Attack rate of 0ms changed from 1ms back to 0ms because of a group of ROMs
  234.   that change from attack mode to decay mode in real-time. Will change back
  235.   when I've added better SPC700 CPU and sound generation sync code.
  236. - Added support for ROMs set a new sound timer value while the timer is
  237.   enabled (EWJ 1 & 2).
  238. - Added support for ROMs that read the sound envelope height (MK1, MK2, etc).
  239. - ROMs writing to the H-DMA enable register during visible scan-lines were
  240.   restarting H-DMA for that frame causing random screen effect corruption.
  241. - Echo feedback seems to be after the FIR filter, not before as a diagram I've
  242.   seen suggests.
  243. - Sound pitch modulation added.
  244. - Memory access routines changed to pass a single 24-bit address rather than
  245.   the previous separate 8-bit bank and 16-bit address parameters.
  246. 0.3
  247. - Updates to A-Bus address during a frame must not update H-DMA address.
  248.   Fixes Actraiser 2 and Pacman 2.
  249. - Removed sound volume mangling - with echo support enabled it doesn't seem to
  250.   be required.
  251. - Attack rate of 0ms changed to 1ms to help prevent click sound with sudden
  252.   start of a sample playing.
  253. - Sample caching of samples that looped using part of the original sample
  254.   created a click on the sound output. Caching disabled for the moment. Would
  255.   require 512K of cache RAM to fix sample caching.
  256. - Colour addition/subtraction support added - but still a little buggy in
  257.   places and very slow.
  258. - 16-bit colour support added.
  259. - Sustain sound volume was not being set if a sample using ADSR was started
  260.   with both the attack rate and decay rate set to zero - resulted in missing
  261.   sound samples on with some games.
  262. - Sound echo support added.
  263. - Sound channel mixing code was not completely clearing a channel's sound
  264.   buffer when a channel finished playing a sample.
  265. - Sound mixing code rewritten to use one buffer, rather than writing each
  266.   channel into a separate buffer then combining them into one buffer.
  267. - Memory access routines rewritten to use an 8K block lookup table rather than
  268.   dedicated code for each ROM memory map - it was getting difficult to support
  269.   the new types of SNES ROM memory maps becoming apparent.
  270. - Sound sample decoding wasn't decoding sound samples correctly if a
  271.   previously cached sample was only partially overwritten by the ROM as
  272.   opposed to being completely replaced.
  273. - Sound sample decoding wasn't clipping generated sample values correctly.
  274. - Changed H-DMA to start in the current frame only if enable register is
  275.   written to during v-blank, h-blank or while the screen is blanked.
  276. - The SPC700 seems to start executing instructions before the 65c816 -
  277.   shorter reset pulse? (NO - forgot the SPC700 executes instructions while DMA
  278.   is taking place).
  279. - ROMs that reset the H-IRQ position so another IRQ would be triggered on the
  280.   same scan-line where not supported - Super Off-Road: The Baj needs it.
  281. - $4212 bit 7 needs to go high at the end of h-blank at line 224 not at the
  282.   start of h-blank - Bubsy needs it.
  283. - Sample decoding routine could write to memory outside sample cache area if
  284.   address of block to decode was greater than $0x10000 - 9.
  285. - Walking mario can be seen on map screen of MarioWorld - needed sprite
  286.   priority rotation working. ROM sets bit 7 of $2103 then sets rotation in
  287.   $2102. Reset rotation at start of v-blank not at end.
  288. 0.24
  289. - Fixed reading of DMA register values - now Ms Pacman works.
  290. - Saved sprite memory address being restored on the wrong scan-line - caused
  291.   corrupt sprites on at least one game (GANBARE GOEMON 2).
  292. - Screen colour palette not being updated if ROM only wrote to low byte of
  293.   palette register.
  294. - Possible memory corruption fixed if a ROM tried to write to an invalid
  295.   sprite address via PPU registers.
  296. - X11 port support quick load and save by pressing function keys to load or
  297.   shift + function keys to save.
  298. 0.23
  299. - Added option to disable graphic window effects - T2: The Arcade Game doesn't
  300.   seem to like them.
  301. - Mode 7 "outside screen area" register interpretation fixed - now the
  302.   Actraiser map screen looks a lot better.
  303. - Old DMA code hack for Battle Toads: Double Dragon removed as it was no
  304.   longer required and it was causing problems for Ys III.
  305. - Lowered max volume level of 16-bit sound mixing code to help with sound
  306.   clipping problems is lots of SNES sound channels are playing.
  307. 0.22
  308. - Crash bug fixed in mode 7 graphics windows code
  309. 0.21
  310. - Fixed a noise channel volume bug - noise waveform was getting clipped.
  311. - Fixed 24bit X Window System server support on the Solaris port.
  312. - Sprites in priority level 1 on mode 7 were being drawn incorrectly behind 
  313.   graphics screen.
  314. - BG 3 priority 1 tiles sometimes not drawn dependent on the $2105 bit 3
  315.   setting.
  316. - Added graphic window support the tile redraw code.
  317. - Added mosaic support to tile redraw code.
  318. - Tile redraw code was drawing one line too many on screen-splits.
  319. - Tile-based redraw code made more intelligent about when a background should
  320.   be displayed or not.
  321. - Added wrap within bank support to large DMAs just to support Rock 'n' Roll
  322.   racing.
  323. 0.20
  324. - DMA routines added lots of special cases and removed most calls to GetByte,
  325.   using a pointer instead.
  326. - Multiple using PPU registers is now only computed when first byte of result
  327.   is actually read.
  328. - Sound enabled by default if compiled without DEBUGGER defined.
  329. - Tile redraw method made the default.
  330. - Fixed CPU_SHUTDOWN so SPC700 continues to execute even if main CPU is 
  331.   "skipping" cycles waiting for an event to happen.
  332. - More command line options added.
  333. - Default cycles-per-scan-line to execute lowered to 90% from 100%.
  334. - +/- keys now work even if auto-frame rate adjust was enabled.
  335. - SPC700 emulation partially rewritten in assembler.
  336. - Asm 65c816 code change to use same speed up techniques as the C++ code.
  337. - Minor speed tweaks to the sound decoding and mixing code.
  338. - C++ SPC700 emulation changed to use same method as 65c816 emulation for
  339.   computing and storing emulated CPU flags.
  340. - Mode 7 code rewritten and several scrolling offset bugs fixed.
  341. - Lo-ROM S-RAM memory map bug fixed - now Uniracers works.
  342. - Multiple speed ups and changes to the tile and line-based redraw code.
  343. - Tile and line redraw code changed to cache converted tiles between frames.
  344. - Variable cycle length timing made compile-tile switchable.
  345. - C++ 65c816 emulation changed to use several opcode jump tables to avoid
  346.   a register size comparison test on most emulated instructions.
  347. - C++ 65c816 emulation changed how is computes and stores emulated CPU flags.
  348. - Fixed high frequency sound playback bug - the sample rate calculation was
  349.   blowing the range of an unsigned long.
  350. - Fixed V-RAM reading so DKC3, Addams Family, Aladdin and Pacman all work.
  351. - Fixed sound code so ROMs can change from ADSR mode to decrease mode - fixes
  352.   lots of ROMs.
  353. 0.12 released
  354. - Added dynamic speed regulation.
  355. - TCALL vector calculation change from n to 15 - n.
  356. - Fixed crash bug if ROM writes to sound DSP register numbers greater than
  357.   127.
  358. - Fixed DOS memory locked for interrupt code.
  359. - Added long name versions of command line switches.
  360. - Added command line switch for SPC700_SHUTDOWN code and WAI cycle skipping
  361.   code.
  362. 0.1 released
  363. - All DOS memory is now locked from being swapped.
  364. - Fixed DOS port keyboard polling code - could get confused if a keyboard
  365.   interrupt happened while keys were being checked.
  366. - SPC700 ADC instruction never cleared Overflow or Carry flags!
  367. - Changed selection of playback speeds for Solaris port.
  368. - Sample caching code was broken - cached samples were never used.
  369. - Added code speed ups for ROMs that use a lot of DMA to VRAM.
  370. - More cpu code asm speed up.
  371. - Fixed 16x16 size tiles on tile-based redraw code.
  372. - Fixed sound gain-mode increase and decrease volume envelopes.
  373. - Added code to support ROMs that reuse sprites in the same frame.
  374. - Fixed processing of negative volume levels.
  375. - Fixed SPC700 EOR1 instruction.
  376. - Added SPC700 shutdown code to stop executing SPC700 instructions if in
  377.   a tight loop waiting for a timer or for the 65C816 to respond.
  378. - DOS playback rate was being forced to 16KHz by Allegro - fixed.
  379. - Fixed bug in SPC700 MOV1 C,bit, address.
  380. - Fixed a off-by-one loop sample pointer bug in MixSamples.
  381. - Added command line flags for cached-tile based drawing and sub-screen
  382.   background layers priority swapping.
  383. - NOPE, got encoding of the OR1/EOR1,AND1 range of correct originally -
  384.   got duff information from an "SPC700" programmer.
  385. - More SPC700 fixes: got the encoding of the OR1/EOR1,AND1 range of
  386.   instructions wrong - I guessed wrong originally.
  387. - Sample looping bug fix on mono sound mixing code.
  388. - Sound pitch value no-longer clipped to 14 bits - apparently FF3 needs this.
  389. - Followed Paradox's suggestion and changed graphics code to place sub-screen
  390.   background layers below main-screen background layers. Helps lots of games
  391.   that use sub-screen addition/subtraction - now you don't have to toggle
  392.   background layers on and off so often just to see hidden text, characters,
  393.   or maps, etc. Made it switchable.
  394.   Acts as a good intermediate solution until sub-screen addition/subtraction
  395.   is actually implemented.
  396. - Modified sound skipper code to return random values when ROM is stuck
  397.   waiting for the SPC700 CPU to respond - helps several ROMs that previously
  398.   don't work with the currently selection of APU skippers.
  399. - Improved sound mixing code so volume is not attenuated so much, giving
  400.   better results on 8bit sound cards.
  401. - Changed the frequency at which the joystick polling routine is called - now
  402.   called every-other frame rather than every 3rd frame.
  403. - Recompiled Linux and DOS ports with the Pentium optimising version of gcc -
  404.   gives a few percent speed increase.
  405. - Changed V-RAM increment count from 64 to 128 - apparently Final Fantasy 3
  406.   needs this as well.
  407. - Fixed sprite priority bug with Mode 7 - apparently Final Fantasy 3 needs
  408.   this.
  409. - Fixed a screen clipping problem with the S-VGA mode.
  410. - Fixed bug that had crept in with -m 2 S-VGA mode (Linux version).
  411. - Fixed S-VGA Linux version with sound enabled.
  412. - The SPC700 ADC (X),(Y) instruction was broken - with all these SPC700 fixes
  413.   now many more ROMs work with sound enabled.
  414. - The SPC700 Pop PSW instruction was not resetting the direct page location.
  415. - The SPC700 instruction MOV A,[DP+X] was incorrectly doing a MOV A,DP+X.
  416. - Got the SPC700 SETx and CLRx instruction encoding swapped around.
  417. - Fixed #define problem that was stopping DOS snapshot saving from working.
  418. 0.72 released
  419. - Fixed the DOS filename handling - old Unix code was screwing up with ROM
  420.   filenames that contained backslashes (\) - the ROM would load but S-RAM
  421.   loading and saving would fail and the default filename for snapshots
  422.   wouldn't work.
  423. - This time really fixed Allegro library keyboard handling (DOS port); it
  424.   was missing key some presses/releases (was stopping Chrono Trigger
  425.   Left + Right + A button combo from working).
  426. - Added code to automatically remove headers off S-RAM save files with
  427.   512 byte headers.
  428. - 32Mbit ROMs in interleaved format are now automatically detected and
  429.   converted.
  430. - Added -ss 3 sound skip method support to the asm version - now NBA Live '96
  431.   works again.
  432. - Added support for multi-part ROM images.
  433. 0.71 released
  434. - Made libgz.so statically linked (again) on Linux port - sorry.
  435. - Made writing to $4200 also clear any pending IRQs. This finially allows
  436.   Battle Toads: Double Dragon, Spawn and Sieken 3 all the work with the same
  437.   IRQ logic (but Sieken 3 still gets stuck in sound download code).
  438. - Fixed a H-DMA wobble bug - some frames could randomly miss a line of
  439.   H-DMA causing the F-Zero screen to wobble, and slight text character
  440.   corruption on games like DKC3.
  441. - Interleaved format ROM images are now swapped in-place, without the need
  442.   for a temp 4Mb buffer (saves lots of disk swapping on a 16Mb Windows 95
  443.   machine).
  444. 0.7 released
  445. - Fixed Allegro library keyboard handling (DOS port); it was missing key
  446.   some presses/releases.
  447. - DOS port had a different MAX_PATH value which moved the location of the
  448.   SRAM size variable when using the asm CPU emulation core. This, in turn,
  449.   caused the SRAM emulation to fail on the DOS port. Donkey Kong County 2 & 3
  450.   were reporting a ROM copier was connected to the SNES and refused to run.
  451. - Fixed assembler version of XCE - it was always leaving the carry flag
  452.   clear - caused Killer Instinct and Super Punchout to think a ROM
  453.   copier was fitted to the SNES and they all refused to run.
  454. - Fixed assembler versions of MVN/MVP - they weren't setting the data bank
  455.   register to the destination bank of the instruction.
  456. - Fixed joystick detection on MS-DOS port - a single 2 or 4 button joystick in
  457.   port 1 was being ignored if a second joystick was not present in port 2.
  458. - Fixed an uninitialized variable in graphics code - was causing random
  459.   missing scan lines on Mode 7 screens.
  460. - Joysticks now scanned every 3rd frame (joystick scanning is slow in the PC).
  461. - Double-whoops, Metriod 3 had stopped working in v0.6 - fixed it 
  462.   (memory map bug).
  463. - Made bit 6 of $4211 set if v-counter == v-timer-position.
  464. - Made reading of $4200 read $4212 instead.
  465. - Adjusted DMA timing to always access ROM memory at slow speed - this seems
  466.   to fix Battle Toads.
  467. - Added code to automatically clear pending IRQs when the horizontal line
  468.   is no longer equal to the horizontal timer line - this fixes Seiken 3, it
  469.   now just gets stuck in the sound CPU wait code - oh well.
  470. - Moved NMI back to its original pre-0.65 behaviour, now Puzzle Bobble works.
  471. - More graphics speed ups - the code to render background tiles with their
  472.   priority bits set is only called if there are actual priority-bit tiles.
  473. - Changed default frame skip rate from 1 to 2 - its seems most people don't
  474.   bother to read the docs, so I thought I'll help them out a bit!
  475. - Speeded up Mode 7 graphics on games like F-Zero that rewrite the matrix
  476.   registers on each scan line using H-DMA.
  477. - Reorganised the graphics code and did a slight speed up - graphics code
  478.   will be the next thing to rewrite in assembler.
  479. - Rewrote CPU core in assembler for Intel platforms - gives a very noticeable
  480.   speed increase.
  481. - Fixed several problems with the APU sound CPU emulation - its now getting
  482.   stable enough to try and implement sound.
  483. - Fixed bug that caused 1 byte of S-RAM to be emulated when ROM didn't
  484.   expect any - it was enough to stop Street Fighter 2 and others from
  485.   working - thanks Lord ESNES.
  486. - The TXS and TCS instructions shouldn't set the Z and N flags.
  487. - Looks like MVP/MVN instructions should ignore accumulator size - change
  488.   code to always use all 16 bits and exit with accumulator set to 0xffff.
  489. - Whoops, accidently left some test code in which was causing the V-BLANK
  490.   flag, bit 8 in register $4212, to be miss-calculated.
  491. - Fixed palette in mode 0.
  492. - Speeded up graphics drawing a little by skipping groups of 4 pixels that
  493.   were all transparent.
  494. 0.65 released
  495. - S-VGA and MS-DOS ports now have a VGA mode command line flag.
  496. - Improved the fading code - should be much more smooth now.
  497. - Fixed second joy-pad support and re-mapped keys and joysticks to actually
  498.   make a match between what my docs said and a real SNES (SNES docs I'd
  499.   seen were wrong!).
  500. - Fixed a bug in Relative Long CPU addressing mode. 
  501. - Ported Snes96 to MS-DOS.
  502. - Snapshot loading and saving no longer uses external gzip binary.
  503. - Added support for registers at $21c2 and $21c3.
  504. - Made reading the software latch for the horizontal and vertical counters also
  505.   clear any pending IRQ.
  506. - Added sprite priority rotation.
  507. - Rewrote parts of the graphics routines to fix a sprite-to-sprite priority 
  508.   bug.
  509. - NMI flag changed again - now back to being reset by reading $4210 but
  510.   actual NMI is delayed.
  511. - Made mode 7 background colour 0 transparent - this fixed several sprite
  512.   priority problems a few games where having.
  513. - Finally worked out how sprite "Object Name Select" works and emulated it -
  514.   this fixes many (if not all) of the corrupted sprites some games 
  515.   experienced.
  516. - Delayed NMI activation for one instruction to give time for loops that
  517.   wait for bit 7 of $4210 to go high.
  518. - Special-cased line count of 128 on H-DMA to mean repeat previous data with
  519.   a line count of 128 and not just terminate H-DMA on that channel.
  520. - APU sound CPU emulation added - just need to debug the thing.
  521. - Fixed Overflow flag setting in ADC and SBC instructions - it was never
  522.   being set.
  523. - Rewrote how CPU instructions are fetched and how values are pushed and pulled
  524.   from the stack - it gave a very large increase in emulation speed.
  525. - H-DMA was being started one scan-line too late.
  526. - Added CG-RAM reading support.
  527. - Added "Full Graphic" V-RAM reading.
  528. - Speeded up C version of CPU emulation quite a bit - could speed it up a
  529.   little more before rewriting in assembler.
  530. - Fixed bugs in 16x16 tile drawing on 2bit and 8bit deep screens.
  531. 0.6 released
  532. - Speeded up 16x16 tile background rendering by removing a temp tile buffer
  533.   it was using. The speed up also fixed a vertical scroll bug.
  534. - Fixed slight window clipping on 16x16 tile backgrounds.
  535. - Added automatic PAL/NTSC mode switching.
  536. - Fixed background and sprites so only visible if on main-screen or
  537.   on sub-screen under correct circumstance.
  538. - Fixed lockup bug in DMA.
  539. - Stopped NMI flag from being reset by reading $4210 - was causing a couple
  540.   of games to get stuck.
  541. - Whoops, got horizontal and vertical Mode 7 flip bits around the wrong way!
  542. - Fixed MIT shared memory pixmap support for X11 version (it was always turned
  543.   off).
  544. - Fixed minor bug - first sprite in priority group was drawn twice. Didn't
  545.   cause any visual bugs, it just slowed down redrawing a little.
  546. - Fixed DMA bug - transfer byte count should be 0 after DMA has finished.
  547. - Fixed a scaling bug if width < height.
  548. - Interleaved ROM image support added.
  549. - 16bit and 24bit X11 server support added - with scaling.
  550. - Added window scaling on X11 version.
  551. - Partial clip windows added - the only window overlap option implemented at
  552.   the moment is OR, it seems it good enough for all the ROMs I've tested
  553.   it with.
  554. - Partial Mosaic effect added (pixels only growing vertically).
  555. - Missing Mode 7 "outside screen area" option added.
  556. - Fixed mode 7 screen wrap "outside screen area" option.
  557. - Used new event processing to finally fix H-IRQ so it triggers at the
  558.   correct position on the scan line.
  559. - New event processing added.
  560. - Linux version now statically links libgz.so (sorry).
  561. 0.5 released
  562. - Linux S-VGA version changed from using a 320x240 ModeX screen (slow) to a
  563.   256x256 chunky screen (faster) - thanks to Phillip Ezolt (pe28+@andrew.cmu.edu)
  564.   for information on how to do this.
  565. - Mode 7 screen flipping added.
  566. - Included Snes97's CPU emulation code into Snes96. Didn't fix any bugs but
  567.   slowed down the emulation some what and I couldn't compile it optimised
  568.   because it was so large - so I removed it again.
  569. - Added a few extra features available via the keyboard.
  570. - Fixed a H-DMA transfer mode - bad documentation.
  571. - Fixed H-DMA indirect addressing (it was using the wrong CPU memory bank).
  572. - The Linux slow down bug is my crappy laptop enabling battery saving features !
  573. - Changed graphics code to perform true line-by-line screen updates.
  574. - Fixed sprite drawing bugs.
  575. - Ported Snes97's graphics code to Snes96.
  576. - Fixed memory map for HiROM save RAM area.
  577. - Fixed HiROM memory map - now Killer Instinct and Donkey Kong County work !
  578. - OK the slow down bug is just actually my laptop trying to save battery
  579.   power by slowing the CPU clock!
  580. - The Linux slow down bug shows itself on DOS emulators running under DOSEMU
  581.   so it must be a kernel problem (or feature).
  582. - Fixed H-DMA (again) to be complete emulation - all I need now is line-by-line
  583.   screen update...
  584. - Fixed DMA to not copy too many bytes if byte count was not a multiple of
  585.   the transfer mode quantity (caused corruption on Super Mario World map screen).
  586. - Changed mapping of keyboard to joy-pad buttons and added additional
  587.   direction keys for joy-pad one so player one's right hand doesn't have to
  588.   obscure player two's keyboard joy-pad buttons.
  589. - Changed joystick button layout to match SNES if using a 6 button joy-pad.
  590. - Changed snapshot format so I can easily use libgz on Linux.
  591. - Added few speed up tweaks that will be lost again when I add line-by-line
  592.   screen update.
  593. - First visible scan-line changed from 8 to 1 to match with new docs.
  594. - New SNES information source found; fixed partial H-DMA emulation to include
  595.   indirect addressing support.
  596. - Snapshot files are now compressed.
  597. - Compressed ROM images now supported on Linux.
  598. - Snapshot loading and saving added.
  599. - Joystick support for Linux added. One 2, 4 or 6 button joystick, or two 2
  600.   button joysticks supported (PC hardware limitation).
  601. - SVGA full screen support added for Linux. Still has the X11 slow down bug so
  602.   can't blame the X11 server any more! Must be a kernel bug or a very odd
  603.   emulator bug.
  604. - Added emulation of two joy-pads on the PC/Sun keyboard.
  605. - Removed -i command line flag as it is no longer used. -h value range has also
  606.   changed: now 1 - 100 (percentage).
  607. - Actuate cycle counting rather than instruction counting now added including
  608.   fast and slow ROM timing - should give much better timing information when
  609.   line-by-line screen update added.
  610. - Bug fixed old-style joy-pad access used by some ROMs - Mario All Stars still
  611.   gives problems if enabled and I don't know why; but at least Super Bomberman
  612.   now works !
  613. - Looks like if both horizontal and vertical IRQ are enabled then IRQ should
  614.   only be triggered once per frame and not once per scan line - looking at the
  615.   IRQ handler of a couple of ROMs seems to confirm this.
  616. - Added initial cycle counting - not accurate enough for some ROMs though.
  617. - Finally worked out how the odd VRAM address increments should work but only
  618.   found one ROM, so far, that actually uses it.
  619. - Debugged the odd slow down problem with the Linux port - it seems to be a
  620.   bug in the X Window System server - starve the X server of keyboard presses
  621.   or mouse clicks or movement and the X server slows down, slowing down the
  622.   emulator with it ! 
  623. 0.4 released
  624. - Fixed sprite vertical clipping at top of screen.
  625. - No need to invert the Mode 7 transformation matrix before use - the
  626.   ROM coder already had to!
  627. - Fixed Mode 7 scrolling offset when using special effects.
  628. - Added Mode 7 rotation, enlargement and reduction emulation.
  629. - DMA shouldn't zero the byte count value after a DMA has completed.
  630. - Added DMA reading (Addams Family was using it)
  631. - Fixed V-RAM read function - returned data should lag behind the V-RAM
  632.   address by one byte/word.
  633. - Added mode 7 graphics only.
  634. 0.3 released
  635. - Speeded up the main CPU loop a bit.
  636. - Add more command line options:
  637.   -f <frame skip> (default 1)
  638.   -i <no instructions between polling X> (default 32768)
  639.   -h <number instructions per scan line> (default 45, some games allow a lower
  640.                       setting resulting in a increased
  641.                       emulated frame rate)
  642.   -t enable CPU tracing
  643.   -ss <sound CPU skip wait method> (default 0, more methods to be added)
  644.   -H disable H-DMA emulation
  645.   -F Force Hi-ROM memory map
  646. - Modified planar to chunky conversion to use look up tables.
  647. - But now Mario All Stars won't start. Made emulation of $4016 optional with
  648.   -o command line switch.
  649. - Thanks to Carlos (calb) of ESNES fame, I've added correct $4016 & $4017
  650.   joy-pad register processing - now several more ROMs will start once a
  651.   button is pressed and can be controlled.
  652. - DMA wasn't updating DMA registers with the final CPU address used after the
  653.   DMA had completed (caused sprite and background corruption with some ROMs).
  654.   Still suspect another DMA side effect isn't being emulated correctly though.
  655. - Fixed setting of CPU overflow flag in ADC and SBC instructions in decimal
  656.   mode.
  657. - Fixed MVP/MVN CPU instructions to leave X and Y values correct at end of
  658.   loop - several more ROMs now work. Still don't know if MVP/MVN instructions
  659.   should ignore the accumulator size flag or not.
  660. - Rewrote background drawing code - gives a large increase in speed.
  661. - Flag to only update X Windows colour palette when necessary was missing a
  662.   case - caused some ROMs to start with a black screen.
  663. - Code to only update background tiles when changed wasn't working so I
  664.   disabled it.
  665. - CPU WAI instruction needed to trigger on hardware IRQ even when interrupt
  666.   enable flag was false.
  667. - DMA was not transferring 65536 bytes when byte count was 0.
  668. - Fixed matrix 16bit x 8bit multiplication (old debug code was causing junk
  669.   value to be returned).
  670. - Fixed Makefile so version.h header file change recompiles file that shows
  671.   version number in window title.
  672. - Added more reporting of used but unimplemented missing hardware features to
  673.   debug command.
  674. - New ROM loading code from Jerremy included, can now cope with ROM images
  675.   with no 512 byte header.
  676. - Speeded up emulated memory access a little bit.
  677. 0.2 released
  678. - Added matrix 16bit x 8bit multiplication for Super Off-Road Racer.
  679. - Added initial H-DMA emulation - visual effects using it will not be seen
  680.   correctly until screen is updated line-by-line rather than the whole screen
  681.   at end-of-frame.
  682. - Fixed horizontal sprite clipping (vertical clipping still has a problem).
  683. - Integrated large sprite bug fixes and new background drawing code from
  684.   Jerremy.
  685. - Fixed large size per-sprite flag; always stayed true after sprite size was
  686.   changed to large.
  687. - Rewrote the planar to chunky pixel conversion routines (still need more
  688.   work).
  689. - Made registers $4016 & $4017 always return $ff - lots of ROMs that previously
  690.   wouldn't go beyond the title screen thought old-style joy-pads were
  691.   connected and were waiting for the user to press a button on them.
  692. - Frame skip rate now set to 1 instead of 5 on my P166 laptop!
  693. - Fixed NMI v-blank flag being incorrect set, caused some ROMs to lock.
  694. - X keyboard autorepeat now switched off when emulator has keyboard focus.
  695. - Added number key options to toggle backgrounds 1 to 4 and objs (sprites) on
  696.   and off.
  697. - Fixed sprite clipping problems at edge of left hand side of screen.
  698. - Corrected Hi-ROM memory map (I think) (no I didn't)
  699. - Fixed most of the sprite-to-sprite priority problems.
  700. - Added sprite debug command, 'S'.
  701. - Added a debug command to show what missing hardware features a ROM was using.
  702. - Added horizontal and vertical beam position IRQ - horizontal always triggers
  703.   at start of line at the moment.
  704. - Fixed SBC instruction to set carry flag the correct way around.
  705. Initial release 0.1
  706. - Ported Windows 95 version of Snes96 to Linux on a PC and Solaris on a
  707.   SparcStation.
  708. - Corrected work RAM memory map.
  709.